-
Re: Type design hot takes
I wouldn't describe Inter as a San Francisco replacement.1 -
Re: Can you do reorder to the glyphs and apply ligature after that?
The way I handle this in Myanmar is to make a ligature with the IgnoreBaseGlyphs flag set in the rphf feature: feature rphf { lookupflag IgnoreBaseGlyphs UseMarkFilteringSet @abovemarks; sub kinzi-my…3 -
Re: What after exporting instances?
Run it through fontbakery.4 -
Re: Is there any tool you can use to look at the final ordering the glyphs after shaping Engine has done
I would really love to have a similar step-by-step debugger for DirectWrite, because there are sometimes some unexpected differences between that and other engines. (Crowbar uses Harfbuzz.) I don't k…1 -
Re: Is there any tool you can use to look at the final ordering the glyphs after shaping Engine has done
This may help: http://corvelsoftware.co.uk/crowbar/ Note that reordering is performed by the shaper after the codepoints have been mapped to glyphs (although the shaper internally remembers the initi…4